home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / editor / 32pstx10.zip / PSTEXT.EX_ / PSTEXT.EX / 0 / RCDATA / TITEMDLG / TITEMDLG.txt
Text File  |  1996-06-05  |  1KB  |  78 lines

  1. object ItemDlg: TItemDlg
  2.   Left = 47
  3.   Top = 120
  4.   ActiveControl = Edit1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add/Edit Text Item'
  7.   ClientHeight = 213
  8.   ClientWidth = 463
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 353
  21.     Height = 201
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object Label1: TLabel
  26.     Left = 24
  27.     Top = 16
  28.     Width = 94
  29.     Height = 13
  30.     Caption = 'Text Item Name:'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 24
  34.     Top = 56
  35.     Width = 30
  36.     Height = 13
  37.     Caption = 'Text:'
  38.   end
  39.   object OKBtn: TBitBtn
  40.     Left = 380
  41.     Top = 8
  42.     Width = 77
  43.     Height = 27
  44.     TabOrder = 0
  45.     OnClick = OKBtnClick
  46.     Kind = bkOK
  47.     Margin = 2
  48.     Spacing = -1
  49.     IsControl = True
  50.   end
  51.   object CancelBtn: TBitBtn
  52.     Left = 380
  53.     Top = 40
  54.     Width = 77
  55.     Height = 27
  56.     TabOrder = 1
  57.     Kind = bkCancel
  58.     Margin = 2
  59.     Spacing = -1
  60.     IsControl = True
  61.   end
  62.   object Edit1: TEdit
  63.     Left = 24
  64.     Top = 32
  65.     Width = 177
  66.     Height = 20
  67.     TabOrder = 2
  68.   end
  69.   object Memo1: TMemo
  70.     Left = 24
  71.     Top = 72
  72.     Width = 321
  73.     Height = 120
  74.     ScrollBars = ssBoth
  75.     TabOrder = 3
  76.   end
  77. end
  78.